#!/usr/bin/env bash
if [ ! -d "/Applications/Google Drive.app/" ]; then
  open https://docs.google.com/spreadsheets?usp=drive_fs
  exit 1
fi
"/Applications/Google Drive.app/Contents/MacOS/Google Drive" --open_gsheets_root
